    /* -----------------CUSTOM CSS----------------- */
    /* ++++++++++++++++++++ FONT ++++++++++++++++++++ */
    @font-face {
        font-family: 'cupcake';
        src: url('../font/cupcake_smiles/Cupcake_Smiles_Regular.otf');
    }
    .fst-cs{
        font-family: 'cupcake';
    }
    @font-face {
        font-family: 'bluetea';
        src: url('../font/bluetea/Bluetea.ttf');
    }
    .fst-bt{
        font-family: 'bluetea';
    }
    .orange-text{
        color: #ff5900;
    }
    /* ++++++++++++++++++++ HEADER ++++++++++++++++++++ */
    .logo{
        width: 15%;
    }
    .bg-header{
        top: 0;
        left: 0;
        position: absolute;
        z-index: -1;
    }
    .actv-cs{
        border-style: solid;
        border-radius: 100%;
    }